| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class ZoneCollection(Of T As NamedItemBase) Inherits Agilent.SA.Vsa.RemotableCollection(Of T) Implements Agilent.SA.Vsa.ICollectionBase, Agilent.SA.Vsa.ICollectionBase(Of T), Agilent.SA.Vsa.IPropertyInfo, Agilent.SA.Vsa.IPropertyInfo2, Agilent.SA.Vsa.IRemoteNotifyCollectionChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 | |
| C# | |
|---|---|
public abstract class ZoneCollection<T> : Agilent.SA.Vsa.RemotableCollection<T>, Agilent.SA.Vsa.ICollectionBase, Agilent.SA.Vsa.ICollectionBase<T>, Agilent.SA.Vsa.IPropertyInfo, Agilent.SA.Vsa.IPropertyInfo2, Agilent.SA.Vsa.IRemoteNotifyCollectionChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 where T: NamedItemBase | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class ZoneCollection abstract : public Agilent.SA.Vsa.RemotableCollection<T>, Agilent.SA.Vsa.ICollectionBase, Agilent.SA.Vsa.ICollectionBase<T>, Agilent.SA.Vsa.IPropertyInfo, Agilent.SA.Vsa.IPropertyInfo2, Agilent.SA.Vsa.IRemoteNotifyCollectionChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyChanged, Agilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 where T: NamedItemBase | |
- T
- The type of the zone.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)